Forums
May 15, 2024, 10:00 AM

Author Topic: Game #72700, Reported by SnipeR`  (Read 11022 times)

0 Members and 2 Guests are viewing this topic.

Offline Kaleu

Re: Game #72700, Reported by SnipeR`
« Reply #30 on: June 06, 2011, 11:25 PM »
AUHUAH i don't care about u and all thinks, juz analyze first and after say
something. ;)
Experience the best TTRR gameplays with my maps!

→ The best of Kaleu ←

↓ Average anti-modules player ↓

Offline Kaleu

Re: Game #72700, Reported by SnipeR`
« Reply #31 on: June 06, 2011, 11:27 PM »
lol at the video that uploaded sniper.
1. The nick of uploader is xxxxxxxxxxxx97, it says alot.
2. You pressing Windows key (minimizing) for taps?? rofl wtf. its like open replay with some fr tap, press minimize and made video
3. And why so bad ropin in video? You have better controling in tight ttrr then in wxw map  :-X

1 - WallisonCamargo97
2 - Here the game never minimize.
3 - Old video when i'm learning how to fr.
Experience the best TTRR gameplays with my maps!

→ The best of Kaleu ←

↓ Average anti-modules player ↓

Offline angus

Re: Game #72700, Reported by SnipeR`
« Reply #32 on: June 06, 2011, 11:31 PM »


3 - Old video when i'm learning how to fr.

How to fake fr. Dude imo thats cheat and ill hope u zippo and company will be banned and deleted ur league stats. That is what is coming for ya.

Re: Game #72700, Reported by SnipeR`
« Reply #33 on: June 06, 2011, 11:37 PM »
windows key in usually kbs work wierder then latter-keys, where the reason..
Hm, you now like 9 years old, your video is "old, Im learning how to fr"  so you should be 7 years in this video, but monitor is mirror, and you looks like 50 years..
why when..
Its okay, to be gay. (c)

Offline franz

Re: Game #72700, Reported by SnipeR`
« Reply #34 on: June 06, 2011, 11:37 PM »
This is the code of the file, and no, it's not a simple remap.
A simple remap would be like the bottom where it shows:
Rcontrol::F8
RShift::F5

this code seems to imply that it artificially removes delays between key presses.
you could just mash your head on CTRL/ALT/Win and it would look like perfect taps.

Code: [Select]
; <COMPILER: v1.0.47.6>
#SingleInstance
#NoEnv
#MaxHotkeysPerInterval 600
#InstallKeybdHook
SendMode Input
SetWorkingDir %A_ScriptDir%

Tap1 := 0
Tap2 := 0
delay := 10

#IfWinActive Worms2D

~Numpad9::
  Suspend, permit
  if A_IsSuspended

  Suspend, off
return

~Numpad6::
  if not A_IsSuspended

  Suspend, on
return

$*AppsKey::Enter




*LWIN::
  if Tap1 = 1
    return
  Tap1 := 1
  send {Space up}
  send {Space down}
return


*LWIN Up::
  Tap1 := 0
  sleep, delay
  if (Tap2 = 0 && Tap1 = 0)
    send {Space up}
return


*Alt::
  if Tap2 = 1
    return
  Tap2 := 1
  send {Space up}
  send {Space down}
return


*Alt Up::
  Tap2 := 0
  sleep, delay
  if (Tap2 = 0 && Tap1 = 0)
    send {Space up}
return

*Control::
  if Tap2 = 1
    return
  Tap2 := 1
  send {Space up}
  send {Space down}
return


*Control Up::
  Tap2 := 0
  sleep, delay
  if (Tap2 = 0 && Tap1 = 0)
    send {Space up}
return
---------------------------

Rcontrol::F8
RShift::F5

Offline Kaleu

Re: Game #72700, Reported by SnipeR`
« Reply #35 on: June 06, 2011, 11:42 PM »
This is the code of the file, and no, it's not a simple remap.
A simple remap would be like the bottom where it shows:
Rcontrol::F8
RShift::F5

this code seems to imply that it artificially removes delays between key presses.
you could just mash your head on CTRL/ALT/Win and it would look like perfect taps.

Code: [Select]
; <COMPILER: v1.0.47.6>
#SingleInstance
#NoEnv
#MaxHotkeysPerInterval 600
#InstallKeybdHook
SendMode Input
SetWorkingDir %A_ScriptDir%

Tap1 := 0
Tap2 := 0
delay := 10

#IfWinActive Worms2D

~Numpad9::
  Suspend, permit
  if A_IsSuspended

  Suspend, off
return

~Numpad6::
  if not A_IsSuspended

  Suspend, on
return

$*AppsKey::Enter




*LWIN::
  if Tap1 = 1
    return
  Tap1 := 1
  send {Space up}
  send {Space down}
return


*LWIN Up::
  Tap1 := 0
  sleep, delay
  if (Tap2 = 0 && Tap1 = 0)
    send {Space up}
return


*Alt::
  if Tap2 = 1
    return
  Tap2 := 1
  send {Space up}
  send {Space down}
return


*Alt Up::
  Tap2 := 0
  sleep, delay
  if (Tap2 = 0 && Tap1 = 0)
    send {Space up}
return

*Control::
  if Tap2 = 1
    return
  Tap2 := 1
  send {Space up}
  send {Space down}
return


*Control Up::
  Tap2 := 0
  sleep, delay
  if (Tap2 = 0 && Tap1 = 0)
    send {Space up}
return
---------------------------

Rcontrol::F8
RShift::F5

Well, i don't understand what are these codes, just say if it's cheat or not ?
Experience the best TTRR gameplays with my maps!

→ The best of Kaleu ←

↓ Average anti-modules player ↓

Offline franz

Re: Game #72700, Reported by SnipeR`
« Reply #36 on: June 06, 2011, 11:43 PM »
I'd say it's cheat, yea, since it's not a simple remap.

Offline Kaleu

Re: Game #72700, Reported by SnipeR`
« Reply #37 on: June 06, 2011, 11:46 PM »
Are u serious ?
Experience the best TTRR gameplays with my maps!

→ The best of Kaleu ←

↓ Average anti-modules player ↓

Offline Camper

Re: Game #72700, Reported by SnipeR`
« Reply #38 on: June 06, 2011, 11:51 PM »
I'd say it's cheat, yea, since it's not a simple remap.


so, having a kb witch turns off delay is cheating as well?

serly guys, where is the point here? anyone plays howwever wants. If he wants play fr'ing its his deal.

Offline angus

Re: Game #72700, Reported by SnipeR`
« Reply #39 on: June 07, 2011, 12:01 AM »
I'd say it's cheat, yea, since it's not a simple remap.


so, having a kb witch turns off delay is cheating as well?

serly guys, where is the point here? anyone plays howwever wants. If he wants play fr'ing its his deal.


Another one that use this shit script. The point is that, this script is the best lame way for cheat. You and others players know well.... Now we will se what the community will decide about this.

Offline Camper

Re: Game #72700, Reported by SnipeR`
« Reply #40 on: June 07, 2011, 12:07 AM »
I rather using a script instead wasting my money on a good kb... and its my deal.
I dont care what all comunity thinks about, its my way 2 have fun. and yours? insulting everyone who uses script?

Im not here 2 argue, angus. Im just saying my opnion.

Offline darKz

Re: Game #72700, Reported by SnipeR`
« Reply #41 on: June 07, 2011, 12:57 AM »
Anyone with some actual knowledge explain what the script does please? :P
I remember knowing who it was but dont remember exactly what I knew
~ Dubc 2010

Offline Camper

Re: Game #72700, Reported by SnipeR`
« Reply #42 on: June 07, 2011, 01:03 AM »
It remaps keys, and turnoff delay

Re: Game #72700, Reported by SnipeR`
« Reply #43 on: June 07, 2011, 01:06 AM »
I've not heard of keyboard delay before.  What does it mean exactly?

Offline angus

Re: Game #72700, Reported by SnipeR`
« Reply #44 on: June 07, 2011, 01:29 AM »
Try remap 2 keys ex: (z) and (x), put one map, shot the rope with (z) keep it pressed!
now try to leave the rope with (x) ......     nothing will happened.... now do another tap with (x) (u must keep (z) pressed for all the time) now the rope is leave.

with that script u have no delay from the keys so you need just one tap for leave the rope, not another one for delete the delay..... get it? : p


Zippo and im sure some old players cheated to us all the time with this script.

Bang!
« Last Edit: June 07, 2011, 01:31 AM by angus »